71. Araxis Merge File Comparison Report

Produced by Araxis Merge on Fri Dec 13 16:40:55 2019 UTC. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

71.1 Files compared

# Location File Last Modified
1 Fri Dec 13 16:40:55 2019 UTC
2 Porto v.3.2.2\Theme Files\Magento 1.x\Porto Theme\app\design\frontend\smartwave\porto\template\page\html header_type28.phtml Tue Dec 10 14:48:15 2019 UTC

71.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 45
Removed 0 0

71.3 Comparison options

Whitespace All differences in whitespace within lines are ignored
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

71.4 Active regular expressions

No regular expressions were active.

71.5 Comparison detail

        1   <?php
        2       $store  = Mage::a pp()->getS tore();
        3       $code   = $store- >getCode() ;
        4       $custo m_block =  Mage::getS toreConfig ('porto_se ttings/hea der/static _block', $ code);
        5   ?>
        6   <div class ="header-c ontainer t ype28 head er-newskin ">
        7       <div c lass="top- links-cont ainer">
        8           <d iv class=" top-links  container" >
        9                <div cla ss="header -top-left" >
        10                    <?ph p echo '<d iv class=" custom-blo ck">'.$thi s->getLayo ut()->crea teBlock('c ms/block') ->setBlock Id($custom _block)->t oHtml().'< /div>'; ?>
        11                </div>
        12                <div cla ss="header -top-right ">
        13                    <?ph p
        14                    $sto re_currenc y = $this- >getChildH tml('store _currency' );
        15                    $sto re_languag e = $this- >getChildH tml('store _language' );
        16                    ?>
        17                    <?ph p echo $st ore_curren cy; ?>
        18                    <?ph p echo $st ore_langua ge; ?>
        19                </div>
        20           </ div>
        21       </div>
        22       <div c lass="head er contain er">
        23           <? php if ($t his->getIs HomePage() ):?>
        24           <h 1 class="l ogo"><stro ng><?php e cho $this- >getLogoAl t(); ?></s trong><a h ref="<?php  echo $thi s->getUrl( ''); ?>" t itle="<?ph p echo $th is->getLog oAlt(); ?> " class="l ogo"><img  src="<?php  echo $thi s->getLogo Src(); ?>"  alt="<?ph p echo $th is->getLog oAlt(); ?> " /></a></ h1>
        25           <? php else:? >
        26           <a  href="<?p hp echo $t his->getUr l(''); ?>"  title="<? php echo $ this->getL ogoAlt();  ?>" class= "logo"><st rong><?php  echo $thi s->getLogo Alt(); ?>< /strong><i mg src="<? php echo $ this->getL ogoSrc();  ?>" alt="< ?php echo  $this->get LogoAlt();  ?>" /></a >
        27           <? php endif;  ?>
        28           <d iv class=" header-mai n-right">
        29                <div cla ss="menu-i con"><a hr ef="javasc ript:void( 0)" title= "<?php ech o $this->_ _('Menu');  ?>"><i cl ass="fa fa -bars"></i ><span><?p hp echo $t his->__('M enu'); ?>< /span></a> </div>
        30                <div cla ss="search -area">
        31                    <a h ref="javas cript:void (0);" clas s="search- icon"><i c lass="icon -magnifier "></i><spa n><?php ec ho $this-> __('Search '); ?></a>
        32                    <?ph p echo $th is->getChi ldHtml('to pSearch');  ?>
        33                </div>
        34                <div cla ss="top-li nks-area">
        35                    <div  class="to p-links-ic on"><a hre f="javascr ipt:void(0 )"><i clas s="porto-n ew-icon-us er-2"></i> </a></div>
        36                    <?ph p echo $th is->getChi ldHtml('to pLinks');  ?>
        37                </div>
        38                <div cla ss="wishli st-link">
        39                    <a h ref="<?php  echo $thi s->getUrl( 'wishlist' ); ?>" tit le="<?php  echo $this ->__('Wish list'); ?> "><i class ="porto-ne w-icon-wis hlist-2">< /i></a>
        40                </div>
        41                <?php ec ho $this-> getChildHt ml('minica rt'); ?>
        42           </ div>
        43       </div>
        44   </div>
        45   <?php echo  $this->ge tChildHtml ('mobile.n av') ?>